home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- puppetSound(0)
- end
-
- on prepareMovie
- global chica, idioma
- puppetSound(0)
- set the text of field "password" to EMPTY
- if (chica = "D") or (chica = "E") or (chica = "F") then
- set the fileName of member "video" to the pathName & "videos\bonus\bonus" & chica & ".avi"
- end if
- repeat with x = 20 to 26
- set the visible of sprite x to 0
- end repeat
- set the visible of sprite 9 to 0
- set the visible of sprite 10 to 0
- set the visible of sprite 11 to 0
- set the visible of sprite 12 to 0
- updateStage()
- if idioma = "french" then
- set the fileName of castLib "idiomas" to the pathName & "french.cst"
- else
- if idioma = "deutch" then
- set the fileName of castLib "idiomas" to the pathName & "deutch.cst"
- else
- set the fileName of castLib "idiomas" to the pathName & "english.cst"
- end if
- end if
- end
-
- on idle
- if not soundBusy(1) then
- puppetSound("password")
- end if
- end
-